ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing.Search Namespace / IIndexScanner<T> Interface / ContainsKey Method
The key value to search for

In This Topic
    ContainsKey Method (IIndexScanner<T>)
    In This Topic
    Returns a value that indicates whether the collection contains an item with the given key value.
    Syntax
    'Declaration
     
    
    Function ContainsKey( _
       ByVal key As System.Object _
    ) As System.Boolean
    System.bool ContainsKey( 
       System.object key
    )

    Parameters

    key
    The key value to search for

    Return Value

    true if the collection contains an element with the specified key value; otherwise, false.
    See Also